github.com/gotd/td/telegram/internal/manager.Conn.proto (field)
6 uses
github.com/gotd/td/telegram/internal/manager (current package)
conn.go#L46: proto protoConn // immutable
conn.go#L128: return c.proto.Run(ctx, func(ctx context.Context) error {
conn.go#L164: return c.proto.Invoke(ctx, c.wrapRequest(noopDecoder{input}), output)
conn.go#L212: if err := c.proto.Invoke(ctx, req, &cfg); err != nil {
conn.go#L250: return c.proto.Ping(ctx)
create.go#L84: conn.proto = mtproto.New(create, opts)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |